home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_368 / today / today.doc < prev    next >
Text File  |  1992-05-06  |  3KB  |  85 lines

  1.                                   CREDITS
  2.                                   =======
  3.  
  4.         TODAY/AMI  was  written  in Lattice C 4.01 by David Plummer,
  5.         1990.  The data files came from a program originally written
  6.         by  Mike  Butler on an IBM VM/CMS system.  I will assume
  7.     that all credit for the  data  should  go to Mike Butler.  
  8.     All code is original. Although  the  data  files are very 
  9.     similar to those used by Nag,  and  could  be  easily 
  10.     converted, I decided to write a program  to  stand  alone.  
  11.         
  12.     This program is freely distributable sharware with a 
  13.     suggested contribution of $5.
  14.  
  15.     Source code is available on disk for an additional $10,
  16.     which includes media and postage.
  17.  
  18.         This program and accompanying files may be distributed by
  19.         any BBS or disk collection distributor (such as Fred Fish)
  20.         as long as the code remains unmodified.
  21.     
  22.     
  23.                     David Plummer
  24.                     2326 Francis Street
  25.                     Regina, Saskatchewan
  26.                     Canada S4N 2P7
  27.                     (306) 352-0358
  28.         
  29.         
  30.                                 DISCLAIMER
  31.                                 ==========
  32.         
  33.         To the best of my knowledge, all data files are public
  34.         domain and all quotations are accurately credited.  If this
  35.         is not the case, please let me know before you sue me.  I
  36.         assume no responsibility for the contents of the data files,
  37.         or the suitability of the program for any purpose.  Use
  38.         this program at your own risk.  Have fun!
  39.  
  40.     If anyone knows of the actual origin of these data files,
  41.     or if they are not indeed public domain, let me know as soon
  42.     as possible!
  43.         
  44.                                  OVERVIEW
  45.                                  ========
  46.  
  47.  
  48.         TODAY will provide you with a synopsis of history for the
  49.         current date, or any other date you specify.  TODAY can be
  50.         invoked by simply by typing TODAY on the command line.
  51.         There are several command line options:
  52.  
  53.         -o    Only once per day, so that you can put it in
  54.             your startup sequence and not have to see it
  55.             on every boot.
  56.  
  57.         -c  Clear the screen first
  58.  
  59.         -b  Don't report birthdays
  60.  
  61.         -e  Don't report special events
  62.  
  63.         You can also specify a specific date to check.
  64.  
  65.         Example:
  66.  
  67.         TODAY -b -c 0809
  68.  
  69.         Would check for events only on August 9th, and would
  70.         clear the screen before listing them.
  71.  
  72.         NOTE: In order to function properly, the TODAY.DAT
  73.         files (12 of them) must be in a directory and have
  74.         the logical name TODAY: assigned to that directory.
  75.  
  76.         Everything else should be fairly straigtforward!
  77.  
  78.         You can send bug reports, suggestions, or anything
  79.         non-injurious to me at my address above, or on
  80.         BITNET as PLUMMERD@UREGINA1.
  81.  
  82.         Enjoy.
  83.  
  84.  
  85.